home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / ARCH_C41.ARJ / BACKUP.TXT < prev    next >
Text File  |  1991-10-04  |  10KB  |  227 lines

  1.  
  2.         Instructions on how to use the Automatic Backup procedures:
  3.  
  4. You access the program through 'GO.BAT',  not through 'PROGRAM.EXE'.   This 
  5. 'GO.BAT'  file will perform the backup automatically outside of the program 
  6. once you indicate your preference for a backup upon exiting the program.
  7.  
  8. Adopt  a  strategy for your backup  disks.   A  simple  two-disk,  rotating 
  9. procedure will save you grief later if you experience a hard drive crash.  
  10.  
  11. Format two disks and label them 'Backup 1' and 'Backup 2'.   Place a write-
  12. protect tab on 'Backup 2' and put that disk into your software vault.   Use 
  13. the other disk, 'Backup 1', for your routine automatic backups.  
  14.  
  15. Place the current backup disk into drive A.   When you exit the program, it 
  16. will ask you if you want to back it up.  At this point, enter a '1' without 
  17. an  'Enter'  to show acceptance.   The next screen will then display  'A:'.  
  18. Press  the 'Enter' key to accept that value.   At this point,  the  program 
  19. will  drop you into your subdirectory,  and the 'GO.BAT' file will  perform 
  20. the backup.
  21.  
  22. Let's  say that you backup the data on January 15.   the  backup  procedure 
  23. will create this file:
  24.  
  25.                              0115ACS.ARC
  26.  
  27. The '01' stands for the month,  while '15' shows the day.  In this way, the 
  28. backup files will not overwrite each other on the backup disk.   When full, 
  29. the  backup  procedure  will tell you that 'for some  reason,  the  program 
  30. cannot  copy  over the file to the disk.'  At this point,  place  a  write-
  31. protect tab onto backup #1, format a second disk, label it 'Client Backup 
  32. #2',  use  it until full,  then swap the write-protect tab with Backup  #1, 
  33. reformat #1, and use it from scratch.
  34.  
  35. By  doing this,  you will always be alternating back and forth between  the 
  36. two backup disks as each becomes full.
  37.  
  38. Backup  your data frequently,  every two or three hours of new data  entry.  
  39. You  do  not have to check the backup disk to see if it is  becoming  full. 
  40. Once full, the backup procedure will show a message on the screen that 'for 
  41. some reason the procedure cannot copy the file over to the disk.'  When you 
  42. see that message, then you know the disk is full.
  43.     
  44. You  could make a mental note that the backup disk WITHOUT a  write-protect 
  45. tab  is the 'Production Backup Disk'.   As it becomes full,  place a write-
  46. protect tab on that disk and put it into the software vault.  Take the disk 
  47. that had the write-protect tab and remove it.   Then reformat that disk and 
  48. begin  using  it as the 'Production Backup Disk'.   You need not  keep  any 
  49. elaborate lists of what data is on which disk.   As long as you see a  disk 
  50. WITH  a  write  protect-tab,  you will know that this one  belongs  in  the 
  51. software vault.   The disk WITHOUT the write-protect tab is the 'Production 
  52. Backup Disk'.  
  53.  
  54.  
  55.  
  56. The data, by the way, is squeezed together on each date on which you make a 
  57. backup.   If,  for example,  you backed up data on September 15, 1986, then 
  58. you  would observe this file on your backup disk:   0915ACS.ARC.   The '09' 
  59. reflects the month of the backup, while the '15' shows you the date.  'ACS' 
  60. is my company name,  while 'ARC' shows that this is an Archive  file.   The 
  61. program  does  not perform an incremental backup.   Every 'ARC' file  is  a 
  62. self-contained  image  of  ALL the program's data on that  date.   Why  are 
  63. multiple  backups necessary?   Experience has shown that when a hard  drive 
  64. goes down,  its' controller is often bad PRIOR to the last backup.  If this 
  65. happens,  the  most  recent backup may be corrupted and you would  then  be 
  66. forced to use the backup prior to that one.  
  67.  
  68.                      Retrieving your data later:
  69.                                                                            
  70. All  of  your  data  files will be saved  into  one  archive file  and date 
  71. 'stamped'   to   help   you  later in  determining which  of  the  archives  
  72. has  the most  recent data.    Let's say,  for example,  that the data  for 
  73. today was stored in this file:   
  74.  
  75.                             A:1109ACS.ARC              
  76.                                                                            
  77. The    first   two  letters  stand for the month,    while  the  last   two 
  78. identify    the    date during the month on which this backup   was   made.  
  79. Let's   say that you see  '0804ACS.ARC' on your data  disk.    This   means 
  80. month '8',  day '4', or August 4.  If you saw '1123ACS.ARC',  this file was  
  81. created  on month '11',    day '23',  or   December   23rd.     The purpose  
  82. for  this  numbering  scheme is so that you  can   have  multiple  back  up 
  83. files on one disk,   space permitting,  and yet tell at a  glance which  is 
  84. the most recent one. 
  85.                                                                            
  86.                   Retrieving your data in the presence of
  87.                               'NEW1REAL.BAT' 
  88.  
  89. If  you  observe 'NEW1REAL.BAT' in your subdirectory,  then  execute  these 
  90. commands:          
  91.  
  92.    NEW1REAL    <=========== you type this, follow by 'Enter'
  93.    ARCE A:0520ACS.ARC  /R   <======== you type this, followed by 'Enter'
  94.                               [you adjust the '0520' portion for the
  95.                                actual date: '05' is May, '20' is 20th day]
  96.  
  97. This  will take all of your data from the most recent backup and restore it 
  98. to your hard drive. 
  99.  
  100. Execute  'GO'   from your subdirectory.   The program will again  lead  you 
  101. through  the  installation process.    The 'NEW1REAL' command  you  entered 
  102. earlier  has  forced  the program to reinstall.   Once you go  through  the 
  103. installation menus again, the program will ask you to reboot or restart the 
  104. system.   At this point,  ignore that restart message and invoke 'GO'  from 
  105. the  subdirectory.   You should be greeted as a Registered User.   If  not, 
  106. repeat  this  entire  process  ONCE.  If  you  are  still  not  greeted  as 
  107. Registered, then call me.
  108.  
  109.  
  110.                                                                            
  111.                   Retrieving your data in the absence of
  112.                               'NEW1REAL.BAT'
  113.  
  114. If you cannot observe 'NEW1REAL.BAT' in your subdirectory,  then delete all 
  115. files  ending  in 'NTX' and 'MEM' files with these commands:
  116.  
  117.    DEL *.NTX   <=========== you type this, follow by 'Enter'
  118.    DEL *.MEM   <=========== you type this, follow by 'Enter'
  119.    ARCE A:0520ACS.ARC  /R   <======== you type this, followed by 'Enter
  120.                               [you adjust the '0520' portion for the
  121.                                actual date: '05' is May, '20' is 20th day]
  122.  
  123. This  will take all of your data from the most recent backup and restore it 
  124. to your hard drive. 
  125.  
  126. Execute  'GO'   from your subdirectory.   The program will again  lead  you 
  127. through  the installation process.    The 'DEL *.MEM' command  you  entered 
  128. earlier  has  forced  the program to reinstall.   Once you go  through  the 
  129. installation menus again, the program will ask you to reboot or restart the 
  130. system.   At this point,  ignore that restart message and invoke 'GO'  from 
  131. the  subdirectory.   You should be greeted as a Registered User.   If  not, 
  132. repeat  this  entire  process  ONCE.  If  you  are  still  not  greeted  as 
  133. Registered, then call me.
  134.  
  135.  
  136.  
  137.  
  138.                  Alternate methods of backing up the data:
  139.  
  140. In the event that your floppy is full and will not hold any more data,  you 
  141. have another option.  In \LAWYER.ACS you should observe these two files: 
  142.  
  143.                               CRISIS-A.BAT
  144.                               CRISIS-B.BAT
  145.  
  146. Note  that 'CRISIS-A' backs up one half of your files to one floppy,  while 
  147. 'CRISIS-B' does the other half to a second one.
  148.  
  149. You would enter these commands:
  150.        
  151.                           CRISIS-A  {======= you enter this
  152.                           CRISIS-B  {======= you enter this
  153.  
  154.  
  155. Make  sure if you use the 'CRISIS-A'/'CRISIS-B' methodology,  that you have 
  156. matched sets of disks for the backups and that you rotate them in sets.
  157.  
  158. Later  on,  if you wish to bring this data back into \LAWYER.ACS,  you  would 
  159. enter these commands:
  160.  
  161.                           NEW1REAL  {======= you enter this
  162.                           ARCE A:CRISIS-A /R  {======= you enter this
  163.                           ARCE A:CRISIS-B /R  {======= you enter this
  164.        
  165.  
  166. Another  method  exists to backup your data.  Though slower  than  'CRISIS-
  167. A/'CRISIS-B', it places twice the data into each backup.
  168.  
  169. In \LAWYER.ACS, you should observe this file: 
  170.        
  171.                                  BIGBU.BAT
  172.          
  173. 'BIGBU' creates a 'big-backup' of your data onto one disk.
  174.  
  175. To create this 'big-backup', you enter this command:
  176.  
  177.                       BIGBU   {======= you enter this
  178.  
  179.  
  180. Once invoked, 'BIGBU.BAT' creates this file onto floppy A:
  181.  
  182.                                 BIG-BU.LZH
  183.  
  184. This  single  file contains all data from the program.   
  185.  
  186.  
  187.                                                                            
  188.          Retrieving data later from BIG-BU.LZH  in the presence of
  189.                               'NEW1REAL.BAT' 
  190.  
  191. To retrieve data from BIG-BU.LZH  in the presence of 'NEW1REAL.BAT', please 
  192. enter the following commands:
  193.  
  194.     CD \LAWYER.ACS    <========= you enter these commands
  195.     NEW1REAL
  196.     CD \
  197.     MKDIR TEST
  198.     CD \TEST
  199.     COPY \LAWYER.ACS\LHARC.EXE
  200.     LHARC E A:BIG-BU 
  201.     CD \LAWYER.ACS
  202.     COPY \TEST\*.DB?
  203.     GO
  204.                                                                            
  205.  
  206.  
  207.  
  208.          Retrieving data later from BIG-BU.LZH  in the absence of
  209.                               'NEW1REAL.BAT' 
  210.  
  211. To retrieve data from BIG-BU.LZH  in the absence of 'NEW1REAL.BAT',  please 
  212. enter the following commands:
  213.  
  214.     CD \LAWYER.ACS    <========= you enter these commands
  215.     DEL *.NTX   <=========== you type this, follow by 'Enter'
  216.     DEL *.MEM   <=========== you type this, follow by 'Enter'
  217.     CD \
  218.     MKDIR TEST
  219.     CD \TEST
  220.     COPY \LAWYER.ACS\LHARC.EXE
  221.     LHARC E A:BIG-BU 
  222.     CD \LAWYER.ACS
  223.     COPY \TEST\*.DB?
  224.     GO
  225.  
  226.  
  227.